home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / efun / write_file < prev    next >
Text File  |  2001-04-23  |  247b  |  10 lines

  1. SYNOPSIS
  2.         int write_file(string file, string str)
  3.  
  4. DESCRIPTION
  5.         Append the string str to the file file. Returns 1 for success
  6.         and 0 if any failure occured.
  7.  
  8. SEE ALSO
  9.         file_size(E), cat(E), write_bytes(E), read_file(E)
  10.